Add copilot-instructions.md#3810
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds a new repository custom instructions file (.github/copilot-instructions.md) for GitHub Copilot.
- Introduces guidelines for writing tests with specific paths and naming conventions.
- Provides commands for running tests and code formatting.
- Includes a reminder to safeguard changes using feature flags.
ericsciple
approved these changes
Apr 17, 2025
a7bd9b5 to
68c48d7
Compare
68c48d7 to
e2fc4a7
Compare
auto-merge was automatically disabled
May 5, 2025 04:16
Pull request was closed
marko-k0
pushed a commit
to dfinity/runner
that referenced
this pull request
May 13, 2025
fmartinez255
pushed a commit
to TiVo/actions-runner
that referenced
this pull request
May 20, 2025
sirredbeard
pushed a commit
to sirredbeard/runner
that referenced
this pull request
Jun 11, 2025
sirredbeard
pushed a commit
to sirredbeard/runner
that referenced
this pull request
Jun 11, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds a nascent
.github/copilot-instructions.mdfile to let copilot know how to do basic things like tests, feature flags, and formatting.See https://docs.github.com/en/copilot/customizing-copilot/adding-repository-custom-instructions-for-github-copilot for more information.